home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Internet & Communication / FileChute.dmg / FileChute.app / Contents / Resources / Preference.nib / classes.nib next >
Encoding:
Text File  |  2005-09-14  |  2.2 KB  |  59 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {"" = id; }; 
  5.             CLASS = FirstResponder; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {
  10.             ACTIONS = {
  11.                 accept = id; 
  12.                 addAccount = id; 
  13.                 cancel = id; 
  14.                 checkForUpdates = id; 
  15.                 openTrialAccount = id; 
  16.                 removeAccount = id; 
  17.                 selectAccount = id; 
  18.                 selectAccountType = id; 
  19.                 selectSendFileOption = id; 
  20.                 toggleFTPProxy = id; 
  21.                 toggleHTTPProxy = id; 
  22.                 toggleURLAssist = id; 
  23.                 toggleUseSystemDMAccount = id; 
  24.             }; 
  25.             CLASS = PreferenceController; 
  26.             LANGUAGE = ObjC; 
  27.             OUTLETS = {
  28.                 "_HTTPProxyPortTF" = NSTextField; 
  29.                 "_HTTPProxyTF" = NSTextField; 
  30.                 "_accountNameTF" = NSTextField; 
  31.                 "_accountTableView" = NSTableView; 
  32.                 "_accountTypePopUp" = NSPopUpButton; 
  33.                 "_addAccountBtn" = NSButton; 
  34.                 "_archiveDefaultNamePopUp" = NSPopUpButton; 
  35.                 "_archivePasswordTF" = NSTextField; 
  36.                 "_archiveTypePopUp" = NSPopUpButton; 
  37.                 "_connectionTimeoutPopUp" = NSPopUpButton; 
  38.                 "_downloadURLTF" = NSTextField; 
  39.                 "_enableHTTPProxyBtn" = NSButton; 
  40.                 "_excludeDSStoreCB" = NSButton; 
  41.                 "_expirationCB" = NSComboBox; 
  42.                 "_hostnameTF" = NSTextField; 
  43.                 "_neverWrapExtensionTF" = NSTextField; 
  44.                 "_openAccountBtn" = NSButton; 
  45.                 "_passwordTF" = NSTextField; 
  46.                 "_removeAccountBtn" = NSButton; 
  47.                 "_sendFileOptionPopUp" = NSPopUpButton; 
  48.                 "_sendFolderOptionPopUp" = NSPopUpButton; 
  49.                 "_tabView" = NSTabView; 
  50.                 "_uploadURLTF" = NSTextField; 
  51.                 "_urlAssistBtn" = NSButton; 
  52.                 "_useSystemDMAccountCB" = NSButton; 
  53.                 "_usernameTF" = NSTextField; 
  54.             }; 
  55.             SUPERCLASS = NSWindowController; 
  56.         }
  57.     ); 
  58.     IBVersion = 1; 
  59. }